3.2556 \(\int \left (a+b x+c x^2\right )^p \, dx\)

Optimal. Leaf size=122 \[ -\frac{2^{p+1} \left (-\frac{-\sqrt{b^2-4 a c}+b+2 c x}{\sqrt{b^2-4 a c}}\right )^{-p-1} \left (a+b x+c x^2\right )^{p+1} \, _2F_1\left (-p,p+1;p+2;\frac{b+2 c x+\sqrt{b^2-4 a c}}{2 \sqrt{b^2-4 a c}}\right )}{(p+1) \sqrt{b^2-4 a c}} \]

[Out]

-((2^(1 + p)*(-((b - Sqrt[b^2 - 4*a*c] + 2*c*x)/Sqrt[b^2 - 4*a*c]))^(-1 - p)*(a
+ b*x + c*x^2)^(1 + p)*Hypergeometric2F1[-p, 1 + p, 2 + p, (b + Sqrt[b^2 - 4*a*c
] + 2*c*x)/(2*Sqrt[b^2 - 4*a*c])])/(Sqrt[b^2 - 4*a*c]*(1 + p)))

_______________________________________________________________________________________

Rubi [A]  time = 0.0550256, antiderivative size = 122, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.083 \[ -\frac{2^{p+1} \left (-\frac{-\sqrt{b^2-4 a c}+b+2 c x}{\sqrt{b^2-4 a c}}\right )^{-p-1} \left (a+b x+c x^2\right )^{p+1} \, _2F_1\left (-p,p+1;p+2;\frac{b+2 c x+\sqrt{b^2-4 a c}}{2 \sqrt{b^2-4 a c}}\right )}{(p+1) \sqrt{b^2-4 a c}} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x + c*x^2)^p,x]

[Out]

-((2^(1 + p)*(-((b - Sqrt[b^2 - 4*a*c] + 2*c*x)/Sqrt[b^2 - 4*a*c]))^(-1 - p)*(a
+ b*x + c*x^2)^(1 + p)*Hypergeometric2F1[-p, 1 + p, 2 + p, (b + Sqrt[b^2 - 4*a*c
] + 2*c*x)/(2*Sqrt[b^2 - 4*a*c])])/(Sqrt[b^2 - 4*a*c]*(1 + p)))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 4.54634, size = 105, normalized size = 0.86 \[ - \frac{\left (\frac{- \frac{b}{2} - c x + \frac{\sqrt{- 4 a c + b^{2}}}{2}}{\sqrt{- 4 a c + b^{2}}}\right )^{- p - 1} \left (a + b x + c x^{2}\right )^{p + 1}{{}_{2}F_{1}\left (\begin{matrix} - p, p + 1 \\ p + 2 \end{matrix}\middle |{\frac{\frac{b}{2} + c x + \frac{\sqrt{- 4 a c + b^{2}}}{2}}{\sqrt{- 4 a c + b^{2}}}} \right )}}{\left (p + 1\right ) \sqrt{- 4 a c + b^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**2+b*x+a)**p,x)

[Out]

-((-b/2 - c*x + sqrt(-4*a*c + b**2)/2)/sqrt(-4*a*c + b**2))**(-p - 1)*(a + b*x +
 c*x**2)**(p + 1)*hyper((-p, p + 1), (p + 2,), (b/2 + c*x + sqrt(-4*a*c + b**2)/
2)/sqrt(-4*a*c + b**2))/((p + 1)*sqrt(-4*a*c + b**2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.122115, size = 126, normalized size = 1.03 \[ \frac{2^{p-1} \left (-\sqrt{b^2-4 a c}+b+2 c x\right ) \left (\frac{\sqrt{b^2-4 a c}+b+2 c x}{\sqrt{b^2-4 a c}}\right )^{-p} (a+x (b+c x))^p \, _2F_1\left (-p,p+1;p+2;\frac{-b-2 c x+\sqrt{b^2-4 a c}}{2 \sqrt{b^2-4 a c}}\right )}{c (p+1)} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x + c*x^2)^p,x]

[Out]

(2^(-1 + p)*(b - Sqrt[b^2 - 4*a*c] + 2*c*x)*(a + x*(b + c*x))^p*Hypergeometric2F
1[-p, 1 + p, 2 + p, (-b + Sqrt[b^2 - 4*a*c] - 2*c*x)/(2*Sqrt[b^2 - 4*a*c])])/(c*
(1 + p)*((b + Sqrt[b^2 - 4*a*c] + 2*c*x)/Sqrt[b^2 - 4*a*c])^p)

_______________________________________________________________________________________

Maple [F]  time = 0.001, size = 0, normalized size = 0. \[ \int \left ( c{x}^{2}+bx+a \right ) ^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^2+b*x+a)^p,x)

[Out]

int((c*x^2+b*x+a)^p,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2} + b x + a\right )}^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p,x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^p, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left ({\left (c x^{2} + b x + a\right )}^{p}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p,x, algorithm="fricas")

[Out]

integral((c*x^2 + b*x + a)^p, x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \left (a + b x + c x^{2}\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**2+b*x+a)**p,x)

[Out]

Integral((a + b*x + c*x**2)**p, x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2} + b x + a\right )}^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^p,x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^p, x)